Problem using python QPID and gevent together [closed]

Posted by William Payne on Programmers See other posts from Programmers or by William Payne
Published on 2012-10-11T23:13:49Z Indexed on 2012/10/12 3:48 UTC
Read the original article Hit count: 200

Filed under:
|
|

I have a python script that pulls messages from an Apache QPID queue, and then uses gevent to perform (IO-bound) tasks on those messages in parallel.

The queue that this script pulls from was recently changed: I suspect the version of the C++ QPID broker changed, although I cannot verify this at the present time.

Now, my process deadlocks and hangs upon QPID queue creation. I strongly suspect that this is a result of an incompatibility with gevent, although I have not done the work yet to produce a minimal example to demonstrate the problem. (Next on my list).

Does anybody else have experience of getting gevent and QPID to work together? or Has anybody else seen the same issues?

© Programmers or respective owner

Related posts about python

Related posts about qpid